home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / PANORAMA / CATALOG.Z / DTDDOC.DTD < prev    next >
Encoding:
Text File  |  1995-07-24  |  1.5 KB  |  42 lines

  1. <!--  This is SoftQuad's internal DTD for DTD documentation. It matches
  2.     the output of our DTDocumenter "product". It may be useful
  3.     to others as well. The sample file shows what can be done with the
  4.     output.
  5.  
  6.     It may be referred to using the following public identifier:
  7.       "-//CDA/SQ//DTD DTDDOCDTD-1//EN"
  8. -->
  9.  
  10. <!ELEMENT DTDDoc    (FM, Elem-Sec, Ent-Sec?, Nota-Sec?, Att-Sec?)  +(Emph) >
  11.  
  12. <!ELEMENT FM        (Doctype, Publ-ID?, Sys-ID?, Date?, Desc?)    >
  13. <!ELEMENT (Doctype | Publ-ID | Sys-ID | Date)        (#PCDATA)  >
  14.  
  15. <!ELEMENT Elem-Sec        (Element+)        >
  16. <!ELEMENT Element        (ElemName, ShrtDesc, Desc?, Minim?, 
  17.      Inclus?, Contype?,
  18.                 Parents, Contains?, Inclus?, Attribs?, Loc-Tree)        >
  19. <!ELEMENT (ElemName | ShrtDesc  | ConType | Contains | Parents | Inclus | Loc-Tree)        
  20.                 (#PCDATA)        >
  21. <!ELEMENT Desc        (#PCDATA | EXAMPLE)*    >
  22. <!ELEMENT (Example | Default)    CDATA            >
  23. <!ELEMENT Minim        (Start?, End?)    >
  24. <!ELEMENT (Start | End)    (#PCDATA)        >
  25. <!ELEMENT Attribs        (Attrib*, Desc?)        >
  26. <!ATTLIST Attribs    elem    CDATA    #IMPLIED    >
  27. <!ELEMENT Attrib        (AttName, Content, Default, Appears?, Desc?)    >
  28. <!ELEMENT (AttName | Content)        (#PCDATA)    >
  29.  
  30. <!ELEMENT Ent-Sec        (Entity+)        >
  31. <!ELEMENT Entity        (EntName, ReplText, Desc?)    >
  32. <!ELEMENT (EntName | ReplText)    (#PCDATA)    >
  33.  
  34. <!ELEMENT Nota-Sec        (Notation+)        >
  35. <!ELEMENT Notation        (NotaName, Keyword,  Publ-ID?, Sys-ID?, Desc?)    >
  36. <!ELEMENT (NotaName | Keyword)    (#PCDATA)    >
  37.  
  38. <!ELEMENT Att-Sec        (Attrib+)        >
  39. <!ELEMENT Appears        (#PCDATA)        >
  40.  
  41. <!ELEMENT Emph            (#PCDATA)        >
  42.